DistributedNodesUpdatedEvent

data class DistributedNodesUpdatedEvent(insertionPointId: NodeId, distributedNodes: List<BackendNode>) : Event

Called when distrubution is changed.

Constructors

DistributedNodesUpdatedEvent
Link copied to clipboard
fun DistributedNodesUpdatedEvent(insertionPointId: NodeId, distributedNodes: List<BackendNode>)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

distributedNodes
Link copied to clipboard
val distributedNodes: List<BackendNode>
Distributed nodes for given insertion point.
insertionPointId
Link copied to clipboard
val insertionPointId: NodeId
Insertion point where distrubuted nodes were updated.

Sources

jvm source
Link copied to clipboard